projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd0e5b3
)
(enriched-next-annotation): Delete format call inside message.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 01:02:43 +0000
(
01:02
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 01:02:43 +0000
(
01:02
+0000)
lisp/enriched.el
patch
|
blob
|
history
diff --git
a/lisp/enriched.el
b/lisp/enriched.el
index 2f2a3b57b8a0666cffdb9cc67b8f54dc9136ada1..0cb96a1dcd550910c3819af13a4507afd059bae3 100644
(file)
--- a/
lisp/enriched.el
+++ b/
lisp/enriched.el
@@
-429,8
+429,8
@@
Return value is \(begin end name positive-p), or nil if none was found."
(delete-char 1)
;; A single < that does not start an annotation is an error,
;; which we note and then ignore.
- (message
(format
"Warning: malformed annotation in file at %s"
-
(1- (point)
)))))
+ (message "Warning: malformed annotation in file at %s"
+
(1- (point
)))))
(if (not (eobp))
(let* ((beg (match-beginning 0))
(end (match-end 0))